home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Toolbox
/
Visual Basic Toolbox (P.I.E.)(1996).ISO
/
toolbar
/
spltrcls
/
readme.txt
< prev
next >
Wrap
Text File
|
1995-11-14
|
2KB
|
43 lines
VB 4.0 Splitter Classes
-----------------------
(Originally uploaded to CompuServe in November, 1995)
These splitter bar classes for Visual Basic 4.0 were developed from a Visual
Basic 3.0 example prepared some time ago by John Wood. (John's original note
is included below.) Any errors are mine, not John's.
I started to to create a CSplitter "base class" and use aggregation in the
horizontal and vertical classes, but abandoned it because it was more work
than duplicating code. Maybe Visual Basic 5.0... <g>
Error handling is omitted, because I didn't get to it yet <g>!
To paraphrase John:
You are free to use the code provided for your own purposes and may
distribute it freely. Michael Jones accepts no responsibility for this code.
This sample was coded by Michael Jones (73404.2202@compuserve.com, frequenting
the MBASIC and VBPJ forums). Any comments or suggestions are welcome.
Mike
John's note:
Splitter Bars in VB
-------------------
The form SPLIT.FRM demonstrates the implementation of a horizontal
splitter bar in Visual Basic. Splitter bars are common in many applications
such as Microsoft (r) Word 6 and Microsoft Excel (tm).
The code given in SPLIT.FRM should be sufficient to implement a horizontal
or vertical splitter bar in your application.
You are free to use the code provided for your own purposes and may
distribute it freely. John Wood accepts no responsibility for this code.
The form was coded by John Wood at 100430,2757@compuserve.com. Any comments
or suggestions are welcome.